home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
io Programmo 60
/
IOPROG_60.ISO
/
soft
/
c++
/
gsl-1.1.1-setup.exe
/
{app}
/
src
/
cblas
/
caxpy.c
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2002-04-18
|
259 b
|
13 lines
#include <gsl/gsl_math.h>
#include <gsl/gsl_cblas.h>
#include "cblas.h"
void
cblas_caxpy (const int N, const void *alpha, const void *X, const int incX,
void *Y, const int incY)
{
#define BASE float
#include "source_axpy_c.h"
#undef BASE
}